home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / sregexpf / stingave.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-07-06  |  314 b   |  14 lines

  1.  
  2. #ifndef sgStingaVerDef_H
  3. #define sgStingaVerDef_H
  4.  
  5. #define STINGA_VER_KEY            "Stinga"
  6. #define STINGA_VER_REGUSER        "Licensed To"
  7. #define STINGA_VER_NOTREG        "Unregistered Copy               \0"
  8. #define STINGA_VER_REGFLAGS    "StingaRegFlags"
  9.  
  10.  
  11. #define MAKE_WIDE(str) (L ## str)
  12.  
  13. #endif // sgStingaVerDef_H
  14.